Skip to main content
Feedback

Swap Source Entity ID

The Swap Source Entity ID operation unlinks a golden record from a specific source in a universe (domain) under the authenticated account and links that golden record to a different entity for that source.

To perform this operation, send an HTTP POST request with an empty request body to

https://<base URL>/mdm/universes/<universeID>/sources/<sourceID>/entities/<currentEntityID>/swap/<newEntityID>

where base URL is the URL for your Hub cloud that hosts your repository.

Path parameters

currentEntityID
ID of the source entity from which to unlink the golden record

newEntityID
ID of the source entity to which to link the golden record

On this Page